projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a99fe5
)
(woman-topic-history): Change defvar to defvaralias
author
Juri Linkov
<juri@jurta.org>
Sat, 2 Sep 2006 23:29:18 +0000
(23:29 +0000)
committer
Juri Linkov
<juri@jurta.org>
Sat, 2 Sep 2006 23:29:18 +0000
(23:29 +0000)
for symbol `Man-topic-history'.
lisp/woman.el
patch
|
blob
|
history
diff --git
a/lisp/woman.el
b/lisp/woman.el
index f4e01bcdd4e114c2fd7e7aef3e8f35bd89ad4452..3ee3e3f98d633ce50b69f6fd073921b1b486fdb8 100644
(file)
--- a/
lisp/woman.el
+++ b/
lisp/woman.el
@@
-1196,7
+1196,7
@@
It is saved to the file named by the variable `woman-cache-filename'."
(kill-buffer standard-output)
))))
-(defvar
woman-topic-history nil "Topic read history."
)
+(defvar
alias 'woman-topic-history 'Man-topic-history
)
(defvar woman-file-history nil "File-name read history.")
(defun woman-file-name (topic &optional re-cache)